Skip to content

Conversation

@Kushmanmb
Copy link

@Kushmanmb Kushmanmb commented Jan 25, 2026

Note

Introduces a reusable GitHub composite action to set up Node.js from .nvmrc and refactors workflows to use it.

  • Add actions/setup-node-from-nvmrc composite action that reads .nvmrc and uses actions/setup-node@v2
  • Update create-release-pr.yml and publish-release.yml to use the new composite action
  • Bump build-lint-test.yml to actions/setup-node@v2 for the matrix job
  • Add a comprehensive .gitignore covering env files, keys, build artifacts, and editor files
  • Add blockchain-address.json data file

Written by Cursor Bugbot for commit 6cc8799. This will update automatically on new commits. Configure here.

Copilot AI and others added 10 commits December 29, 2025 10:16
Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com>
…-stats

[WIP] Update chain and mempool statistics for address
Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com>
Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com>
Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com>
Co-authored-by: Kushmanmb <193178375+Kushmanmb@users.noreply.github.com>
Extract duplicated Node.js setup logic into reusable composite action
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

"spent_txo_sum": 0,
"tx_count": 0
}
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated blockchain data file accidentally committed

Medium Severity

The file blockchain-address.json containing a Bitcoin address and transaction statistics appears to be accidentally committed. This file is unrelated to the PR's purpose of adding a .gitignore for private keys, is not referenced anywhere in the codebase, and looks like test data or API response output. While this is a public address (not a private key), committing such data could reveal information about wallet usage or testing patterns.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant